POST api/[Delivery_03_Change_PasswordController]/Find
Request Information
URI Parameters
None.
Body Parameters
Request03| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| oldpwd | string |
None. |
|
| newpwd | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"oldpwd": "sample string 2",
"newpwd": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.